don't g_free() the members of info->tag_stack since they are a) gobjects
authorMichael Natterer <mitch@imendio.com>
Tue, 26 Feb 2008 14:20:08 +0000 (14:20 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 26 Feb 2008 14:20:08 +0000 (14:20 +0000)
commit2b66e18dab44e1f207c881078a3230569bd3b927
tree18d9721f22ebea8a8ebd76bf00d19895583da4fc
parent418374e45b8a03184aed25869e20c92e0e658ddd
don't g_free() the members of info->tag_stack since they are a) gobjects

2008-02-26  Michael Natterer  <mitch@imendio.com>

* gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
the members of info->tag_stack since they are a) gobjects and b)
not even owned by us, ugh... Fixes crash when deserializing fails.

svn path=/trunk/; revision=19657
ChangeLog
gtk/gtktextbufferserialize.c